Skip to content

export Class

Start ​

extends ​

Builder

Deep-linking parameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.

Constructor ​

ts
new InlineQueryResultButton.Start( text, start_parameter )
ParameterTypeDescription
textstringLabel text on the button.
start_parameterstringParameter for the /start message sent to the bot when a user presses the button. 1-64 characters, only A-Z, a-z, 0-9, _ and - are allowed.